home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / cnet / cn3demo2.lha / workbench / s / startup-cnet
Text File  |  1994-01-03  |  835b  |  35 lines

  1. ; CNet AMIGA 3.0 user startup-sequence
  2.  
  3. echo "Welcome to CNet PRO version 3.0!"
  4.  
  5. assign CNET:        dh1:cnet
  6. assign SysText:        cnet:systext
  7. assign SysData:        cnet:sysdata
  8. assign Base0:        cnet:base
  9. assign UDBase0:        cnet:udbase
  10. assign Mail:        cnet:mail
  11. assign Pfiles:        cnet:pfiles
  12. assign Gfiles:        cnet:gfiles
  13. assign News:        cnet:news
  14.  
  15. ; add other assigns here for base1, udbase1, etc. as necessary.
  16. ; consult manual!
  17.  
  18. run  >NIL: L:fifo-handler
  19.  
  20. stack 40000
  21.  
  22. ; if you have AREXX installed on your hard drive, the following command
  23. ; is necessary to launch the arexx interpreter.  Just remove the semicolon
  24. ; if needed.
  25.  
  26. ; rexxmast
  27.  
  28. resident pure cnet:bbs cnet:bbs add
  29. resident pure pfiles:bbs/vote pfiles:bbs/vote add
  30. resident pure pfiles:bbs/join pfiles:bbs/join add
  31.  
  32. ; load other pure CNet executables here if you would like to
  33.  
  34. run CNET:control
  35.